home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / dsp.arc / DSHO.DOC < prev    next >
Encoding:
Text File  |  1986-04-02  |  2.0 KB  |  53 lines

  1. DSHO is a program that will display one or more pictures
  2. created with DSP (or Sound Presentations) in a sequential fashion,
  3. similar to a slide presentation show.  After each picture
  4. is shown, the next picture is selected by pressing the
  5. enter (Return) key.
  6.  
  7. There are two different ways that pictures to be shown can
  8. be selected.  Each picture can be named on the command  
  9. line, or the name of each picture can be listed in 
  10. another file.
  11.  
  12.    Usage:  DSHO [-f file] [ file1 file2 file3 ... ]
  13.  
  14. If the names of the pictures to be displayed are in another
  15. file, then that file's name is given to the DSHO program
  16. by using the -f alternative.  Otherwise the file names are
  17. put on the command line.  In either case, the picture files
  18. can be full path names with directories and/or device names.
  19.  
  20.   Example:  DSHO  a:titlslid \monthly\status summary.pic
  21.                    - or -
  22.             DSHO -f slides
  23.  
  24.                where slides is ---> a:titlslid.pic
  25.                                     \monthly\status 
  26.                                     summary.pic
  27.  
  28. Note that the extension .pic is not necessary.  It will be
  29. assumed if not present.  If an extension is present, it will
  30. be used.
  31.  
  32. The program first reads the font tables CFNT1-6.
  33. DSHO will look for their location in SP.INI,
  34. and if unable to find them will look in the current directory.
  35.  
  36. ---------------------------------------------------------
  37.  
  38. ERRORS                                 CORRECTIONS
  39.  
  40. Fonts Fail to initialize         Make sure fonts are in \drivers\fonts
  41.                                  or are in the current directory.
  42.  
  43. Unable to open file              Make sure the file exists or the path
  44.                                  is correct.   A complete path name  
  45.                  may be helpful.
  46.  
  47. File is not a SoundPres picture  Only use picture files created by 
  48.                                  DSP or Sound Presentations
  49.  
  50. Unable to find file              Make sure the file exists or the path
  51.                                  is correct.
  52.  
  53.